home *** CD-ROM | disk | FTP | other *** search
/ Fun & Games 2 (Canada) / Fun & Games CD-ROM (Canada).bin / games / disk349 / install.bat < prev   
Encoding:
DOS Batch File  |  1992-03-07  |  413 b   |  14 lines

  1. echo off
  2. echo This installation batch file will now create two directories on
  3. echo Drive C.  They are C:\GAMES and C:\GAMES\HALLOW.
  4. echo The game and its files will be copied to directory C:\GAMES\HALLOW
  5. echo To continue press the ENTER key.
  6. echo To halt the installation press CTRL-C
  7. pause
  8. md c:\games
  9. md c:\games\hallow
  10. cd c:\games\hallow
  11. copy hallow*.* c:
  12. c:
  13. echo To run the program, type HALLOW
  14.